-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: refactor the n-api matrix #35345
Conversation
Review requested:
|
Marked as draft as I think we need to change the format of the table, and wanted to get some feedback on this approach. |
@nodejs/n-api |
Talked it over with in the N-API team meeting today, seems like people were ok with the approach, removing out of draft. |
This should probably land https://github.com/nodejs/node/pull/35319/files and then I can rebase this PR on top of it. |
See that #35319 has landed, will rebase tomorrow |
Rebased, will wait for checks to complete and then land. |
N-API 7 has since been released in v12.19.0. |
Updated to include N-API 7 beeing released in v12.19.0. |
- refactor the n-api matrix and add v7 Signed-off-by: Michael Dawson <mdawson@devrus.com>
5f89cc2
to
8d97f90
Compare
- refactor the n-api matrix and add v7 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #35345 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Landed in ccfa661 |
- refactor the n-api matrix and add v7 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #35345 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
- refactor the n-api matrix and add v7 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: nodejs#35345 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Michael Dawson mdawson@devrus.com
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes